home *** CD-ROM | disk | FTP | other *** search
/ PC Format (PL) 2008 December / PC_Format_122008.iso / Multimedia / MediaPortal 0.2.3.0 / MediaPortal_0.2.3.0_Setup.exe / skin / BlueTwo wide / common.progressbar.xml < prev    next >
Extensible Markup Language  |  2007-08-20  |  3KB  |  86 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <window>
  3.   <controls>
  4.     <control>
  5.       <description>progressbar background</description>
  6.       <type>image</type>
  7.       <id>104</id>
  8.       <posX>60</posX>
  9.       <posY>10</posY>
  10.       <width>1246</width>
  11.       <height>60</height>
  12.       <texture>osd_bg_top.png</texture>
  13.       <visible>no</visible>
  14.       <animation effect="fade" time="250">visiblechange</animation>
  15.       <animation effect="fade" time="250">windowopen</animation>
  16.     </control>
  17.     <control>
  18.       <description>background</description>
  19.       <type>image</type>
  20.       <id>105</id>
  21.       <posX>196</posX>
  22.       <posY>25</posY>
  23.       <width>825</width>
  24.       <height>30</height>
  25.       <texture>osd_progress_background.png</texture>
  26.       <visible>no</visible>
  27.       <animation effect="fade" time="250">visiblechange</animation>
  28.       <animation effect="fade" time="250">windowopen</animation>
  29.     </control>
  30.     <control>
  31.       <description>Progress Bar</description>
  32.       <type>progress</type>
  33.       <id>1</id>
  34.       <posX>185</posX>
  35.       <posY>33</posY>
  36.       <width>859</width>
  37.       <height>14</height>
  38.       <label>#percentage</label>
  39.       <animation effect="fade" time="250">visiblechange</animation>
  40.       <animation effect="fade" time="250">windowopen</animation>
  41.     </control>
  42.     <control>
  43.       <description>Start Time Info</description>
  44.       <type>label</type>
  45.       <id>101</id>
  46.       <posX>130</posX>
  47.       <posY>43</posY>
  48.       <label>#currentplaytime</label>
  49.       <align>center</align>
  50.       <font>font13</font>
  51.       <textcolor>FFFFFFFF</textcolor>
  52.       <animation effect="fade" time="250">visiblechange</animation>
  53.       <animation effect="fade" time="250">windowopen</animation>
  54.       <visible>no</visible>
  55.     </control>
  56.     <control>
  57.       <description>End Time Info</description>
  58.       <type>label</type>
  59.       <id>102</id>
  60.       <posX>1085</posX>
  61.       <posY>43</posY>
  62.       <label>#currentremaining</label>
  63.       <align>center</align>
  64.       <font>font13</font>
  65.       <textcolor>FFFFFFFF</textcolor>
  66.       <animation effect="fade" time="250">visiblechange</animation>
  67.       <animation effect="fade" time="250">windowopen</animation>
  68.       <visible>no</visible>
  69.     </control>
  70.     <!--
  71.     <control>
  72.       <description>Current Time Info</description>
  73.       <type>label</type>
  74.       <id>110</id>
  75.       <posX>1221</posX>
  76.       <posY>43</posY>
  77.       <label>#time</label>
  78.       <align>center</align>
  79.       <font>font13</font>
  80.       <textcolor>FF071422</textcolor>
  81.       <animation effect="fade" time="250">visiblechange</animation>
  82.       <animation effect="fade" time="250">windowopen</animation>
  83.     </control>
  84.     -->
  85.   </controls>
  86. </window>